
/* CSS Document */
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansextrabold';
    src: url('../fonts/opensans-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'loraregular';
    src: url('../fonts/lora-regular1-webfont.woff2') format('woff2'),
         url('../fonts/lora-regular1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@import url('../../../../css81.css');
.glyphicon-chevron-right:before {
    content: "\f105";
}
body{
    font-family: 'Montserrat', sans-serif;
    margin:0 auto;
    font-size:14px;
}
h1.page-title {
    color: #fff;
    padding: 5px 15px;
}
.post-navigation{
    float:left;
    width:100%;
    margin-bottom:25px;
    
}
.post-navigation h2.screen-reader-text {
    display: none;
}
.nav-next {
    float: right;
}
.section, .wpcf7-response-output{ width:100%; float:left;}
.captcha{ margin-bottom:15px;}
img {
    max-width:100%;
}
h2, .h2 {
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'open_sansregular';
}
a {
    color: #c3bfbf;
    text-decoration: none;
}
a:hover, a:focus {
    color: #ee921e;
}
.nopadright{
    padding-right:0;
}
.nopadleft{
    padding-left:0;
}
.left{
    float:left;
}
.right{
    float:right;
}
.freespace{
    height:25px;
    width:100%;
    float:left;
}
.wrapper{
    max-width:1600px;
    margin:0 auto;
    width:100%;
}
header, .engineering {
    background: #000;
    overflow: hidden;
}
.head-container {
    width: 95%;
    float: none;
    margin: 0 auto;
}

.logo a img {
    margin-top: 15px;
}
.top-nav ul {
    list-style: none;
    float: right;
    margin-top:15px;
}
.socialicons {
    margin-right: 20px;
}
.top-nav ul li {
    float: left;
}

.main-menu .navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
    font-family: 'open_sansregular';
    font-size: 18px;
    color: #fff;
    padding: 9px 13px;
}
.main-menu ul li:after {
    content: "|";
    top: 6px;
    position: absolute;
    color: #f6921e;
    font-size: 17px;
    right: -4px;
}
.main-menu ul li:last-child:after{
    content:"";
}
.main-menu {
    margin-top: 42px;
}
.main-menu .navbar-default{
    background:none;
    border:0;
    text-align:right;
    margin-bottom:0 
}
.main-menu .navbar-nav, span.topphone {
    display: inline-block;
    float: right;
}
span.topphone {
    width: 26%; 
    font-size: 24px;}
span.topphone a {
    font-family: 'open_sansextrabold';
    color: #f6921e;
    text-decoration: none;
    font-size: 25px;
}
span.topphone i {
    background: #b5b5b5;
    border-radius: 26px;
    padding: 2px 4px;
    color: #000;
    margin-right: 8px;
    font-size: 18px;
}
.top-nav ul li.topsocial:after{
    content:"";
}
.top-nav ul li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    font-weight:700;
    text-transform: uppercase;
}
.top-nav ul li.topsocial a, .frtsocial a {
    border: 1px solid #f6921e;
    border-radius: 5px;
    padding: 1px 10px;
    margin-left: 12px;
    font-size: 22px;
    margin-top: 5px;
}
.topsocial a:hover, .tnp-submit:hover{
    background: #f6921e;
    transition:.5s;
}
.banner{
    position:relative;
}
.banner .banner-area{
    max-height: 300px;
    overflow:hidden;
}
.banner img.imgbanner {
     width: 100%; 
     object-fit: cover; 
}
.bannercaption {
    position: absolute;
    top: 18%;
    left: 34%;
    background: #000;
    width: 35%;
    color: #fff;
    padding: 0 15px 15px;
}
.bannercaption h2{
    color:#f6921e;
    font-size:18px;
}
.bannercaption h3{
    font-size:16px;
    margin-top:0;
}
.bannercaption p {
    font-size: 16px;
    /*font-family: 'loraregular';*/
    margin-top: 20px;
    display:inline;
}
.bannercaption a{
    display:inline;
}
.bannercaption a span, .carousel-control a span {
    border: 2px solid #e9973c;
    border-radius: 50%;
    padding: 0 4px;
    color: #e9973c;
    text-decoration: none;
    font-size: 12px;
    margin-left: 10px;
}
.bannercaption:hover a span{
    transition:.5s;
    margin-left:15px;
}
.bttn {
    background: #e9973c;
    border-color: #e9973c;
    color: #fff;
    box-shadow: 2px 2px 9px #929090;
    text-transform: uppercase;
    border-radius: 10px;
    font-family: 'open_sansregular';
}
.bttn span, .yellowbg a span, .h-yellowbg a span {
    border-radius: 17px;
    border: 1px solid #b2aaa1;
    padding: 0 3px;
    margin-left:5px;
    font-size:10px;
}
.bttn:hover span {
    margin-left: 10px;
    transition: .5s;
}
.engineering{
    margin-top:-90px;
    position:relative;
}
.engineeringpost{
    color:#fff;
    padding-top:25px;
    padding-bottom:25px;
}
.engineeringpost:nth-child(2):before, .engineeringpost:nth-child(2):after {
    content: "";
    background: #fff;
    transform: rotate(8deg);
    height: 100%;
    position: absolute;
    left: 0;
    width: 2px;
    top:0;
}
.engineeringpost:nth-child(2):after { left: 100%;}
.engineeringicon {
    width: 70%;
    margin: 0 auto;
    border-bottom: 1px #e9973c solid;
}
.engineeringicon img {
    margin-bottom: -10px;
    max-width: 113px;
    background: #e9973c;
    border-radius: 50%;
    padding: 7%;
}
.engineeringtext{padding:0 15px;}
.engineeringtext .bttn{
    margin-top:25px;}
.whowewre{ margin:50px 0;}
.textcontent h2, .homeform h2 {
    color: #e9973c;
    display: inline-block;
    border-bottom: 1px solid #f2bc74;
}
.homeform h2 {margin-top:0;}
.separator{ overflow:hidden;margin:10px 0;}
.separator img{width:100%;}
.pproheading, .hproheading {
    height: 60px;
    width: 100%;
    background: linear-gradient(to right, #000 80%, #e9973c 90%);
}
.pproheading h2 span,.hproheading h2 span {
    color: #e9973c;
    font-size: 23px;
}
.pproheading img, .hproheading img {
    min-height: auto;
}
.pproheading h2,.hproheading h2, .hproheading img, .pproheading img{ display:inline-block;}
.pproheading h2, .hproheading h2{
    color:#fff;
    position:relative;
}
.pproheading h2:after, .hproheading h2:after, .sidebar-title h2:after {
    content: "";
    background: url(../images/border.png);
    position: absolute;
    width: 100%;
    float: right;
    height: 6px;
    margin-top:12px;
    margin-left: 15px;
}
.sidebar-title h2:after { width:27%;}
.pproheading img, .hproheading img {
    width: 46%;
    height: 6px;
    display: inline-block;
    margin-top: -10px;
    margin-left: 30px;
}
/*.blackbg {
    height: 100%;
    background: #000;
    width: calc(37% - 20px);
    box-sizing: border-box;
}*/
.blackbg {
    overflow: hidden;
    border-right: 20px solid #000;
}
.yellowbg, .h-yellowbg {
    height: 60px;
    background: #e9973c;
    transform: skew(-28deg, 0);
    padding-right:0;
}
.yellowbg a , .h-yellowbg a{
    transform: skew(28deg,0);
    display: inline-block;
    margin-top: 18px;
    color: #fff;
    border-bottom: 1px solid #000;
    text-decoration: none;
}
/**home oldpost carocel css***/
.col-centered {
    float: none;
    margin: 0 auto;
}

.carousel-control { 
    width: 8%;
    width: 0px;
}
.carousel-control.left,
.carousel-control.right { 
    margin-left: 32px; 
    opacity: 1;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, 0.97) 100%);
    width:10%;
    
}
.carousel-col {
    position: relative;
    min-height: 1px;
    padding: 0 2px;
    float: left;
}

 .active > div { display:none; }
 .active > div:first-child { display:block; }

.carousel-col img {
    height: 100%;
    width: 100%;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    font-size: 26px;
}
/*xs*/
@media (max-width: 767px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
    .carousel-inner .next        { left:  50%; }
    .carousel-inner .prev            { left: -50%; }
  .carousel-col                { width: 50%; }
    .active > div:first-child + div { display:block; }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
    .carousel-inner .next        { left:  50%; }
    .carousel-inner .prev            { left: -50%; }
  .carousel-col                { width: 50%; }
    .active > div:first-child + div { display:block; }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-inner .active.left { left: -33%; }
  .carousel-inner .active.right { left: 33%; }
    .carousel-inner .next        { left:  33%; }
    .carousel-inner .prev            { left: -33%; }
  .carousel-col                { width: 33%; }
    .active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
}

/*lg*/
@media (min-width: 1200px) {
  .carousel-inner .active.left { left: -25%; }
  .carousel-inner .active.right{ left:  25%; }
    .carousel-inner .next        { left:  25%; }
    .carousel-inner .prev            { left: -25%; }
.carousel-col {
    width: 25%;
    height: 205px;
    overflow: hidden;
}
    .active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
    .active > div:first-child + div + div + div { display:block; }
}

/*------------end--------------*/
.home-blog-sec {
    background: url(../images/homeblogbg.jpg) no-repeat top right;
    background-size: 129% 100%;
    padding: 50px 0;
}
.hblogposts{
    padding-right:5%;
}
.blogpost {
    margin-bottom: 25px;
    margin-top:25px;
}
.blogpost:after{
    content: "";
    background: url(../images/bar.png) no-repeat bottom center;
    width: 100%;
    height: 9px;
    float: left;
    position:relative;
    top: 25px;
    bottom:25px;
    margin-bottom:25px;
}
.blogpost:last-child:after{
    background:none;
}
.blogpost h2 {
    margin-top: 0;
    color: #e9973c;
    border-bottom: 1px solid #8c8c8c;
    padding-bottom: 5px;
    display: inline-block;
}
.h-blog-img {
    float: left;
    width: 35%;
    overflow: hidden;
    transform: skew(-3deg);
    background:#f2bc74;
    padding: 0px 7px;
    margin:0 2em 1.2em 0;
}
.h-blog-img img{
    transform:skew(3deg);
}
.blogpost .h-blog-img {
    max-height: 220px;
    overflow: hidden;
}
.blogpost .single-f-image, .blogpost .single-f-image img{
    width:auto;
    max-height:none;
    max-width:100%;
}
.catbtn {
    position: absolute;
    bottom: 15px;
    right: 25px;
    width: 58%;
}
.catbtn p, .catdate, .catdate a {
    margin: 0;
    color: #737373;
}
.catdate, .catdate a {
    margin-bottom:15px;}
.catbtn a{
    margin-top:-10px;
}
.catbtn em, .orange {
    color: #e9973c;
    font-weight: bold;
}

.footer {
    background: #000;
    color: #fff;
    padding-top: 35px;
}
.upper-ftr{ padding-bottom:25px;}
.upper-ftr h2, .widget-title{
    color: #e9973c;
    font-size: 15px;
}
.upper-ftr ul{
    list-style:none;
    padding-left:0;
}
.sitemap ul{
    text-transform:uppercase;
}
.sitemap ul.sub-menu {
    padding-left: 25px;
}
.sitemap ul a{
    color:#fff; 
}
.ftr-social ul {
    list-style: none;
    width: 56%;
}
.ftr-social ul  ul{
    padding-left:25px;
}
.ftrlogo {
    margin-top:33px;
}
.ftr-logo img{
    max-width:270px;
}
.lower-ftr {
    background: #e9973c;
    padding-top: 10px;
    color: #000;
}
.lower-ftr a{
    color: #000;
}
/***about **/
.team {
    padding: 0 4px 25px;
}
.teamimg {
    border-radius: 7px;
    padding: 10px;
    height: 405px;
    margin-bottom: 25px;
    overflow: hidden;
}
.teamimg .h-blog-img {
    width: 99%;
    margin: 0;
    height: 100%;
}
.teamimg .h-blog-img img {
    transform: skew(3deg);
    max-width: 99%;
    margin-left: 1%;
}
.modal-body .h-blog-img {
    width: 30%;
    /*max-height: 250px;*/
    overflow: hidden;
}
.modal-header, .modal-footer {
    border: 0;
}
.motsec {
    background: #000;
    color: #fff;
    padding-top: 25px;
    padding-bottom: 50px;
    margin-bottom:35px;
}
.motheading{
    width:50%;
    margin:5px auto;
}
.motheading h2, .border-heading h2, .projectgallery h2, .widget-title, .team h2{
    color: #f9b15e;
    border-bottom: 1px solid #8c8c8c;
    display: inline-block;
    padding-bottom: 10px;
}
.team h2, .team h3{ margin-top:0;}
.team h3{
    color:#373737;
    font-family: 'open_sansregular';
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom:25px;
}
.team p {
    text-align: left;
    min-height: 115px;
}
.modal-body p{min-height:auto;}
.abtimg .h-blog-img{
    width:100%;
}
.quote {
    color: #f90;
    font-size: 23px;
    padding: 15px 9%;
}
.inquiryform {
    background: #ddd;
    padding: 25px 0;
}
.inquiryform .form-control{
    border-radius:0;
}
/*******about end******/
.servicestext {
    padding: 0px 15%;
}
.allservices .engineeringpost {
    border: 5px solid #e9973c;
}
.allservices .engineeringpost, .contactpost {
    border: 5px solid #e9973c;
    margin-bottom: 30px;
    padding: 2% 0;
}
.allservices .engineeringicon{
    width:230px;
}

.allservices .engineeringpost:nth-child(2):before, .allservices .engineeringpost:nth-child(2):after {
    content: "";
    height:0;
    width: 0;
}
.allservices .engineeringtext{
    width:60%;
    margin:10px auto;
}
.allservices .engineeringtext p{
    text-align:left;
    margin:50px 0;
}
.servicebtn {
    width: 80%;
    margin: 0 auto;
    float: none;
}
.contactpost {
    padding:0;
}
#contactinfo {
    width: 75%;
    border: none;
    margin-top: 8%;
    margin-left: 18%;
}
#contactinfo tr{ border: 5px solid transparent;}
#contactinfo th {
    width: 50%;
    text-transform: uppercase;
    border: none;
     padding:12px 10px 12px 0;
}
#contactinfo td {width:50%; padding:15px 5px; border: none;}
#contactinfo .left {
    text-align: right;
    color: #f6921e;
    font-size: 18px;
    font-family: 'open_sansregular';
}
#contactinfo .right {text-align:left;}
.addressarea{
    background: #e2e2e2;
  height: 400px;
}
.maparea{
     height: 300px;
    position: relative;
    padding-left:59px;
}
.maparea:before {
    content: '';
    position: absolute;
    left: 0;
    border-top: 400px solid #e2e2e2;
    border-right: 59px solid #f2f1f1;
    width: 0;
}
.contactoffice {
    max-width: 100%;
    width: 80%;
    float: none;
    margin: 30px auto;
}
.contactoffice img{
    margin:0 auto;
    max-width:99%;
    display:block;
}
.alm-btn-wrap .alm-load-more-btn, .alm-btn-wrap .alm-load-more-btn.done{    
    background: #e9973c !important;
    border-color: #e9973c !important;
    color: #fff;
    box-shadow: 2px 2px 9px #929090 !important;
    text-transform: uppercase;
    border-radius: 10px !important;
    line-height:1.42;
    height:auto !important;
    padding:6px 12px !important;
}
.rightsidebar{
    background:#ebebeb;
    margin-top:25px;
    margin-bottom: 25px;
}
.singleservice {
    margin-top: 60px;
}
.experties.border-heading h2 {
    margin: 15px auto;
    display: block;
    width: 23%;
}
.widget{
    float:left;
    width:100%;
}
.widget ul{
    padding-left:0;
    width:100%;
}
.experties ul li, .widget ul li{
    float: left;
    margin-right: 2%;
    padding-right: 25px;
    margin-bottom: 10px;
    list-style: none;
    position:relative;
    padding-left:18px;
    width:100%;
}

.experties ul, .experties ul li {
    width: 100%;
    float: left;
}
.experties ul li ul{
    padding-left:0;
}
.widget ul li a{
    color:#000;
}
.experties ul li:before, .widget ul li:before{
    background: url(../images/bullet.png) no-repeat top left;
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 3px;
    left: -5px;
    bottom: 0px;
    background-size: 14px;
}
.contactinfo .widget ul li:before{background:none;}
.contactinfo .widget ul li{padding-left:0}
.contactinfo .widget-title{border:0}
.experties .col-3 {
    width: 31%;
}
.experties .half{
    width: 48%;
}
.imgico{border-radius:50%;
    padding: 2%;
    text-align:center;
}
.imgico img{
    max-width: 100%;
    background: #e9973c;
    padding:10%;
    border-radius: 50%;
}
.srvcside, .srvcside h5 {
    padding: 10px 0;
    color: #000;
}
.srvcside .imgico {
    float: left;
    width: 20%;
    margin-right: 7%;
}
.sidebar-title {
    background: #000;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    width: 112%;
    padding: 10px 15px;
    margin-left: -15px;
}
.sidebar-title h2{
    display:inline-block;
}
.sidebar-title img.sepimg {
    float: right;
    width: 34%;
    height: 7px;
    display: inline;
    margin-top: 12%;
}
.srvcside .imgico img {
    background: #000;
}
/*.srvcside .active > .imgico, .srvcside:hover .imgico{
    background:#e9973c;
}*/
.srvcside .active > .imgico img, .srvcside:hover .imgico img {
    background: #e9973c;
}
.imgRow {
  clear: left;
}
.imgRow a img {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
.carousel-inner {
    position: relative;
    width: 100%;
    max-height: 250px;
}
/*************************************/
ul.project-cat {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.project-cat li {
    display: table-cell;
    padding: 2px;
    min-width:300px;
}
.project-cat li a img {
  display: block;
  width: 100%;
  height: auto;
}
/*******************************************/



@media only screen and (max-width:1199px){
.pproheading img, .hproheading img {  width: 40%;   }
span.topphone { width: 27%;}
.bannercaption{width:40%; left:30%;}
.teamimg { height: 370px;}
}   
@media only screen and (max-width:1050px){
.main-menu {    margin-top: 5px;} 
span.topphone a{ font-size:20px;}
span.topphone i{ font-size:16px;}
.bannercaption { width: 45%; left: 27%; top:18%;}
h2, .h2 { font-size: 20px;}
.engineeringicon img{ max-width:75px;}
.engineeringicon { width: 60%;}
}
@media only screen and (max-width:991px){
.main-menu .navbar-collapse{padding:0;}
.bannercaption { width: 47%;}
h2, .h2 { font-size: 18px;}
.engineeringtext { padding: 0 13px;}
.hblogposts {  padding-right: 0;}
.blogpost{padding-left:0; min-height:180px;}
.h-blog-img{width:30%;}
.catbtn{width:95%;}
.teamimg {height: 265px;}
.team {padding: 0 0 25px;}
}
@media only screen and (max-width:810px){
span.topphone { width: 100%;}
.main-menu .navbar-default .navbar-nav > li:last-child > a{padding-right:0;}
.socialicons { margin-right: 0;}
.bannercaption { width: 60%; left:18%;}
.engineering { margin-top: -22px;}
.home-blog-sec{background-size: 118% 100%;}
}
@media only screen and (max-width:767px){
.logo {text-align: center;}
.logo a img { max-width: 190px;}
.top-nav span.topphone { display: inline-block; width: 50%; text-align:left; float: left; margin-top: 7px;}
.top-nav ul{margin-top:0;     margin-right: 65px;}
.navbar-default .navbar-toggle, .navbar-default .navbar-collapse {border-color: #e9973c;}
.main-menu button.navbar-toggle{position:absolute; right:7px; top:-2px;}
.navbar-default .navbar-toggle .icon-bar{background-color:#e9973c}
.navbar-toggle{margin-right:0;}
.main-menu .navbar-nav{ width: 100%; text-align: center;}
.engineeringicon { width: 24%;}
.engineeringtext {padding: 0 21%;}
.engineeringpost:nth-child(2):before, .engineeringpost:nth-child(2):after{ background:none;}
.engineeringpost {border-bottom:2px solid #fff;}
.home-blog-sec {    background: none;}
.homeform { background: #e2e2e2;padding: 0 15px 25px; text-align:center;}
.ftrlogo { text-align: left;}
.ftr-social ul { width: 93%;}
.contactinfo li { float: left; width: 100%;}
.bannercaption {width: 100%; left: 0; position: relative;}
.engineering {margin-top: 0;}
.teamimg{height:auto;}
.team p{ min-height:auto;}
.allservices .engineeringtext {    width: 100%;}
.experties .col-3, .experties.border-heading h2 { width: 100%}
.pproheading img, .hproheading img { width: 55%;}
.teamimg .h-blog-img img{width:97%;}
.addressarea{height:auto}   
.maparea{padding-left:0px;}
.maparea:before{border:0;}
.maparea { height: 100%;}
}
@media only screen and (max-width:640px){
.bannercaption { width: 75%; left: 12%; opacity: 0.8;}
img.sepimg { display: none;}
.top-nav span.topphone{width:42%;}
.engineeringtext {padding: 0 15px;}
.pproheading h2:after, .hproheading h2:after{display:none;}
.blackbg{border:none; width: 80%;}
.yellowbg {width: 20%;}
}
@media only screen and (max-width:400px){
.main-menu{padding:0;}
.top-nav span.topphone { width: 43%;}
.top-nav span.topphone a, .top-nav span.topphone i{font-size:14px;}
.top-nav ul.socialicons{padding:0;}
.top-nav ul.socialicons { padding: 0; margin-right: 55px;}
.main-menu button.navbar-toggle{right:2px;}
.bannercaption { width: 100%;  left: 0; opacity:1;}
.catbtn { width: 100%; position: relative; margin-top: 25px; text-align:center; right:0; left:0;}
.catbtn .left { float: none; margin: 20px auto; width: 60%;}
.catbtn a {
    display: inline-block;
    margin: 5px auto;
    float: none;
}
.pproheading{    background: linear-gradient(to right, #000 92%, #e9973c 89%);}
.blackbg {
    border: none;
    width: 93.5%;
    padding-left: 0;
    padding-right: 0;
}
.yellowbg {width: 6%; transform: skew(-13deg, 0);}
}
.contact-form .gform_body .gfield_label {
    display: none !important;
}
.contact-form .gform_body li .ginput_container {
    margin-top: 0 !important;
}
.contact-form .gform_body li.hidden_label input {
    margin-top: 0;
}
.contact-form .gform_body textarea {
    border: 0;
}
.form-custom-dropdown select {
    display: block;
    height: 34px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.contact-form .gform_footer {
    padding: 0 !important;
    margin: -40px 0 0 0 !important;
    text-align: right;
    clear: initial !important;
    float: right;
}
.contact-form .gform_footer input {
    background: #e9973c;
    border-color: #e9973c;
    color: #fff;
    box-shadow: 2px 2px 9px #929090;
    border-radius: 10px;
    font-family: 'open_sansregular';
    padding: 6px 12px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.contact-form .gform_confirmation_message {
    text-align: center;
    padding: 25px 0;
}
.home-contact-form_wrapper {
    width: 90%;
    margin-left: 13px !important;
}
.home-contact-form .gform_body .gfield_label {
    display: none !important;
}
.home-contact-form .gform_body li .ginput_container {
    margin-top: 0 !important;
}
.home-contact-form .gform_body li.hidden_label input {
    margin-top: 0;
    display: block;
    height: 34px;
    padding: 6px 12px !important;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.home-contact-form .gform_body textarea {
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.home-contact-form .gform_footer {
    padding: 0 !important;
    margin: 20px 0 0 !important;
    text-align: right;
    clear: initial !important;
}
.home-contact-form .gform_footer input {
    background: #e9973c;
    border-color: #e9973c;
    color: #fff;
    box-shadow: 2px 2px 9px #929090;
    border-radius: 10px;
    font-family: 'open_sansregular';
    padding: 6px 12px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.home-contact-form .gform_confirmation_message {
    text-align: center;
    padding: 25px 0;
}
@media only screen and ( max-width: 667px ) {
    .contact-form .gform_footer {
        margin: 20px 0 0 !important;
        float: none;
    }
}